Delete SAML attribute preset.
DELETE
/api/admin/saml-attribute-presets/{id}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/saml-attribute-presets/example \ --header 'Authorization: Bearer <token>'Deletes a custom SAML attribute preset for the current tenant. Only presets whose id starts with custom: are deletable; built-in presets are rejected.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Custom SAML attribute preset id.
Responses
Section titled “ Responses ”Resource deleted successfully.
Media type application/json
object
success
required
boolean
Example
{ "success": true}