Delete Contract state
DELETE/api/v2/Contracts/States/:key
Delete Contract state
Request
Path Parameters
key stringrequired
Guid or ExternalKey
Responses
- 204
 - 400
 - 404
 
Success
Error
- application/json
 
- Schema
 - Example (from schema)
 
Schema
Error
object
required
Code stringnullable
Message stringnullable
{
  "Error": {
    "Code": "string",
    "Message": "string"
  }
}
Not Found
Loading...