Skip to main content

Delete SSO Provider

Delete SSO provider configuration.

Quick Navigation
Outline

Endpoint

DELETE /api/v1/sso/providers/{provider_id}

Headers

HeaderRequiredDescription
AuthorizationYesBearer <access_token>

Path Parameters

ParameterTypeRequiredDescription
provider_idintegerYesSSO Provider ID

Response

Success (200)

{
"success": true,
"data": {
"message": "SSO provider deleted successfully"
},
"message": "SSO provider deleted successfully"
}

Features

  • Provider removal
  • User migration
  • Cleanup

Status

[WARNING] TODO: Not Implemented

This endpoint is defined in the router but the implementation logic is not yet complete.