Skip to main content
DELETE
/
admin
/
api
/
v1
/
sso
Delete Sso
curl --request DELETE \
  --url https://api.example.com/admin/api/v1/sso
{
  "data": {
    "deleted": true
  },
  "reload": {
    "message": "<string>",
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

data
StandaloneSingletonDeleteResult · object
required

Body of a DELETE response for a singleton resource.

Singleton resources (memory, future ones) are addressed by route instead of by id, so the response carries only the deletion flag.

reload
StandaloneReloadResult · object
required

Reload outcome attached to every admin mutation response.

reloaded means DB committed and runtime now uses the new config. restart_required means DB committed and process restart is needed. reload_failed means DB rolled back and runtime is unchanged.

Last modified on May 26, 2026