Delete a Credential Type
delete
/api/v2/credential_types/{id}/
Make a DELETE request to this resource to delete this credential type.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Response
Supported Media Types
- application/json
204 Response
401 Response
Example Response (application/json)
{
"detail":"Authentication credentials were not provided. To establish a login session, visit /api/login/."
}
403 Response
Example Response (application/json)
{
"detail":"Credential types that are in use cannot be deleted"
}