Skip to main content

Deletes an authentication provider

DELETE 
/authentication_providers/:id

Deletes an existing authentication provider.

Request

Path Parameters

    id stringrequired

    authentication provider ID

Responses

200: Successful response

401: Unauthorized

404: Resource not found

422: Bad request

Loading...