stages_authenticator_static_destroy
DELETE/stages/authenticator/static/:stage_uuid/
AuthenticatorStaticStage Viewset
Request
Path Parameters
stage_uuid uuidrequired
A UUID string identifying this Static Authenticator Setup Stage.
Responses
- 204
- 400
- 403
No response body
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...