This endpoint deletes an existing endpoint from QStash.
curl -X DELETE https://qstash.upstash.io/v1/endpoints/:endpointId \ -H "Authorization: Bearer <token>"
{ "status": "ok" }
This will only apply to newly created messages. All messages published before this endpoint was updated will still use the old url.
The id of the endpoint
Was this page helpful?