Delete ticket template

POST {{baseUrl}}/v1/ticketTemplates/deleteMany

This API deletes a ticket template from your help desk portal.

OAuth Scope

  • Desk.settings.DELETE

Attributes

Attribute NameData TypeDescription
ids (required)<list>
Array of Entity id to be deleted

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;success&quot;:true,&quot;id&quot;:&quot;2000000021011&quot;,&quot;errors&quot;:null},{&quot;success&quot;:false,&quot;id&quot;:&quot;4000000082105&quot;,&quot;errors&quot;:{&quot;errorCode&quot;:&quot;UNPROCESSABLE_ENTITY&quot;,&quot;httpCode&quot;:&quot;422&quot;}}]}