Node.js
Custom Property APIs
Delete Custom Properties
This endpoint deletes one or more custom properties
Pass the ids or names of the properties to delete in ticket_properties and/or chat_properties. At least one of the two must be provided
Deleting a property is permanent. Any values set for it on tickets or chats are orphaned
Entries that do not match any property are reported with deleted: false and a reason, without failing the rest of the request
Node.js
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json