Delete
/api/1.0/scopes/{envId}/{scopeId}
This API call deletes a Scope from an Environment.
Path parameters
envId
string (uuid) Required
The Environment ID can be found under the Details Tab in the Environment Settings.
Example550e8400-e29b-41d4-a716-446655440000
scopeId
stringRequired
Scope ID can be found in the Scope Details in the Platform Environment Settings.
Max length128
Pattern^[a-zA-Z0-9_:.-]+$
Examplecustomer-api
Responses
204
Scope deleted
400
Invalid request.
object
code
string
message
string
details
string
403
Missing permission for the environment.
object
code
string
message
string
details
string
404
Scope not found.
object
code
string
message
string
details
string
500
Internal Server Error