Skip to main content
DELETE
/
api
/
v1
/
sso
/
{id}
Delete managed SSO config
curl --request DELETE \
  --url https://api.example.com/api/v1/sso/{id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-workspace-id
string | null

Path Parameters

id
string
required

Response

Successful Response

Last modified on March 22, 2026