Reject platform settings deletion.
DELETE
/api/admin/platform/settings/{category}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/platform/settings/example \ --header 'Authorization: Bearer <token>'Platform-scoped settings are not deleted through this route. DELETE is intentionally unsupported and returns an error response from the settings handler.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” category
required
string
Responses
Section titled “ Responses ”Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}