Delete an Authentication Type Instance

delete

/api/AAA/AuthTypes/{id}

Deletes the authentication type instance that matches the specified ID. You cannot delete authentication type instances that have associated users. First you must remove the users or update them to use a different authentication type instance. You can never delete the default internal authentication type (ID: 1).

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful operation
Body ()
Root Schema : SuccessfulDeleteOperation
Type: object
The response body for a successful delete operation.
Show Source

Default Response

Failed operation
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : errors
Type: array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
Nested Schema : items
Type: object
An error.
Back to Top