Reference / Dashboard

remove the account's SSO connection.

DELETE /v1/dashboard/sso/connection
End-user session operationId: delete_connection

Authorization

Called from the browser with the publishable application id (x-application-id); the access token lives in memory.

Responses

200 Deleted
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}
404 None configured

Request

curl -X DELETE "https://api.identrahq.com/v1/dashboard/sso/connection" \

Try it

live request
DELETE https://api.identrahq.com/v1/dashboard/sso/connection