Delete Operation
DELETE
/v1/operations/{id}Last modified: 2 months ago
Scope: operation:delete
This method will delete the single ASL Operation specified by the id
path parameter. Any of this operation's related authorizations MUST be in a terminal state. For compliance reasons, authorization information and metadata may still be preserved.
Request
Path Params
id
string
required
The ID of the operation to delete
Request samples
Responses
OK(200)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
A successful response.
Data Schema
No schema defined
Example
Not configured
Last modified: 2 months ago