Skip to content
Management API Reference

Removes a SSO provider by its UUID

delete/v1/projects/{ref}/config/auth/sso/providers/{provider_id}

OAuth scopes

  • auth:write

The fine-grained token must include the following permissions to access this endpoint:

  • auth_config_write

Path parameters

  • ref
    Required
    string

    Project ref

  • provider_id
    Required
    string

Response codes

  • 200
  • 401
  • 403
  • 404
  • 429

Response (200)

{
"id": "lorem",
"saml": {
"entity_id": "lorem",
"metadata_url": "lorem",
"metadata_xml": "lorem",
"attribute_mapping": {
"keys": {
"property1": {
"name": "lorem",
"names": [
"lorem"
],
"default": {},
"array": true
},
"property2": {
"name": "lorem",
"names": [
"lorem"
],
"default": {},
"array": true
}
}
},
"name_id_format": "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
},
"domains": [
{
"domain": "lorem",
"created_at": "lorem",
"updated_at": "lorem"
}
],
"created_at": "lorem",
"updated_at": "lorem"
}