sources_scim_users_destroy
DELETE/sources/scim_users/:id/
SCIMSourceUser Viewset
Request
Path Parameters
id stringrequired
A unique value identifying this scim source user.
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...