Delete a contract
DELETE/v1/organizations/:organizationCode/contracts/:contractCode
Delete a contract for an organization. Requires stonal.asset.delete permission. If the contract code contains URL-unsafe characters (e.g. / in 2021/Z5059), it MUST be double percent-encoded in the path — 2021/Z5059 is sent as 2021%252FZ5059.
Request
Responses
- 204
- 403
- 404
- 500
Successfully deleted the contract
Forbidden - Not authorized to access this organization
Contract not found
Internal server error during deletion