I followed the next documentation link to delete triggers in bulk. If I send the user & password this works fine, but if I send the token, the response is sending a 400 error and no trigger is deleted.
This is the code is failing:
curl --location --request DELETE 'https://{zendesk.domain}/api/v2/triggers/destroy_many?ids=360112475313' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer MyToken' \--header 'Cookie: __cfruid=eb82143213a9f008f5a213c5181c4da44c6c8d34-1707230763; _zendesk_cookie=BAhJIhl7ImRldmljZV90b2tlbnMiOnt9fQY6BkVU--0bf2100788cb010d0183feca16aaf88ccaf719ca'
All other DELETE methods are working fine when using the bearer token.
Is this a bug or so I need to add some other info?
Regards.





