curl -X DELETE https://qstash.upstash.io/v1/endpoints/:endpointId \
-H "Authorization: Bearer <token>"
{ "status": "ok" }
Endpoints
Delete Endpoint
This endpoint deletes an existing endpoint from QStash.
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
string
required
The id of the endpoint
curl -X DELETE https://qstash.upstash.io/v1/endpoints/:endpointId \
-H "Authorization: Bearer <token>"
{ "status": "ok" }
Was this page helpful?