Auth Config

Delete

Delete removes an authentication provider configuration from the tenant.

delete/api/v1/auth-configs/{id}

Path parameters

idstring required

The unique identifier of the authentication provider configuration to delete.

Request body

C1ApiAuthConfigV1TenantAuthConfigServiceDeleteRequestInput required

The TenantAuthConfigServiceDeleteRequest message.

Response

Successful response

C1ApiAuthConfigV1TenantAuthConfigServiceDeleteResponse required

The TenantAuthConfigServiceDeleteResponse message.

Changes