Skip to main content
DELETE
/
v1
/
webhooks
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.plexospay.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

API key starting with sk_live_ or sk_test_

Path Parameters

id
string
required

Response

200 - application/json

Webhook deleted

deleted
boolean
id
string