cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/sso_profiles/{profile_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete an SSO profile
ID of the SSO profile
"ldap_dev"
OK
Status of the operation
"ok"
Was this page helpful?