propertymappings_provider_microsoft_entra_destroy
DELETE/propertymappings/provider/microsoft_entra/:pm_uuid/
MicrosoftEntraProviderMapping Viewset
Request
Path Parameters
pm_uuid uuidrequired
A UUID string identifying this Microsoft Entra Provider Mapping.
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...