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
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

204 Response

401 Response

Body
Example Response (application/json)
{
    "detail":"Authentication credentials were not provided. To establish a login session, visit /api/login/."
}

403 Response

Body
Example Response (application/json)
{
    "detail":"Credential types that are in use cannot be deleted"
}
Back to Top