curl -XDELETE https://qstash.upstash.io/v2/topics/:topicName/endpoints \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "endpoints": [ { "name": "endpoint1", }, { "url": "https://somewhere-else.com" } ] }'
Remove one or more endpoints
Hide child attributes
name
url
Was this page helpful?