Cancel a schema (before displayed only)
DELETE/schema/:schemaId
Cancel a schema (before displayed only)
Request
Path Parameters
schemaId schemaIdrequired
The schemaId to delete
Responses
- 200
- 401
- 403
- 404
- 501
- default
Success
- application/json
- Schema
Schema
string
Possible values: [OK
]
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Forbidden access"
}
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Schema cannot be cancelled
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"message": "Schema cannot be cancelled",
"code": 501
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...