authenticators_admin_static_destroy
DELETE/authenticators/admin/static/:id/
Viewset for static authenticator devices (for admins)
Request
Path Parameters
id integerrequired
A unique integer value identifying this Static Device.
Responses
- 204
- 400
- 403
No response body
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...