DELETE
/
v1
/
endpoints
/
{endpointId}
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.

Request

endpointID
string
required
The id of the endpoint
curl -X DELETE https://qstash.upstash.io/v1/endpoints/:endpointId \
  -H "Authorization: Bearer <token>"
{ "status": "ok" }