Disable SSO
- POST
- /workspaces
- /:domain
- /disable-sso
Disables SSO in the workspace.
Example:
CURLcurl -X POST "https://api.buddy.works/workspaces/:domain/disable-sso" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
STATUS204 NoContent
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999