Delete contract state
Delete contract state
Path Parameters
- key string required
Guid or ExternalKey
Responses
- 204
- 400
- 404
Success
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object required
Code string nullableMessage string nullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Not Found
Loading...