Open Context Protocol is live! 🚀 Read the launch post

trashCustomField

Move custom field to trash

POST /rest/api/3/field/{id}/trash HTTP/1.1

Parameters

{
  "id": {
    "description": "The ID of a custom field.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{}