DELETE
/
sso_profiles
/
{profile_id}
Delete an SSO profile
curl --request DELETE \
  --url http://localhost:3001/portal-api/sso_profiles/{profile_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

profile_id
string
required

ID of the SSO profile

Example:

"ldap_dev"

Response

OK

status
string

Status of the operation

Example:

"ok"