StatusDashboard
DashboardsSingle Sign-On

Remove SSO provider

Remove the SSO provider from a dashboard and disable SSO enforcement.

View Markdown

DELETE /app/dashboards/{id}/sso

Removes the SSO provider from a dashboard and disables SSO enforcement. The dashboard reverts to being publicly accessible. This operation is idempotent — calling it on a dashboard with no SSO provider configured returns 204 without error.

Requires the SSO feature entitlement.


Path parameters

ParameterDescription
idThe UUID of the dashboard.

Request

See API Basics for required headers.

This endpoint takes no request body.


Sample request

curl -X DELETE https://api.statusdashboard.com/app/dashboards/a1b2c3d4-e5f6-7890-abcd-ef1234567890/sso \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
403SSO feature not enabled on the plan.
404Dashboard not found or does not belong to the caller's organization.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.