Skip to main content
Node.js

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ticket_properties
string[]
  • The ids or names of the ticket properties to delete
Example:
chat_properties
string[]
  • The ids or names of the chat properties to delete
Example:

Response

200 OK

success
boolean
Example:

true

message
string
Example:

"Custom properties deleted"

data
object