curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/webhooks/{endpoint_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Delete Webhook Endpoint V1
Delete a webhook endpoint. In-flight delivery rows are preserved.
DELETE
/
api
/
v1
/
webhooks
/
{endpoint_id}
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/webhooks/{endpoint_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Delete a webhook endpoint. In-flight delivery rows are preserved.
Path parameters
string (uuid)
required
Response
No response body. Successful Response.Status codes
| Code | Meaning |
|---|---|
204 | Successful Response |
422 | Validation Error |
curl --request DELETE \
--url 'https://api.computer.stateset.app/api/v1/webhooks/{endpoint_id}' \
--header "X-API-Key: $STATESET_COMPUTER_USE_API_KEY"
Last modified on August 31, 2026