Delete collections customfields
DELETE/customfields/collections/:key
Delete collections customfields
Request
Path Parameters
key stringrequired
(Required) Key of collection to delete
Example: keystring
Header Parameters
Accept stringrequired
Example: application/json
Responses
- 200
- 400
- 401
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
id stringrequired
{
"status": "string",
"id": "string"
}
OK
{
"status": "<string>",
"id": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Bad Request
{
"status": "<string>"
}
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
{
"status": "string"
}
Unauthorized
{
"status": "<string>"
}
Loading...