How to delete created event subscription ? | XM Community
Question

How to delete created event subscription ?

  • 3 February 2021
  • 1 reply
  • 21 views

Userlevel 1

Hey,

Is there any API that exists to delete the created event subscription? If Yes, kindly share the link or if any other way to handle this. It would be a great help. 

Thanks


1 reply

Badge +2

Hopefully you figured this out before now! 😅 I had the same question because it's not documented in the API reference. You can use a DELETE method. This is what it looks like in cURL:
curl --location --request DELETE 'https://co1.qualtrics.com/API/v3/eventsubscriptions/[YOUR_SUBSCRIPTION_ID_HERE]' \\
--header 'X-API-TOKEN: [YOUR_API_TOKEN_HERE]'

Leave a Reply