Skip to main content
DELETE
/
v1
/
events
/
destinations
/
{destinationId}
Delete an event destination
curl --request DELETE \
  --url https://api.prets.app/v1/events/destinations/{destinationId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

destinationId
string
required
Pattern: ^whk_[0-9A-HJKMNP-TV-Z]{26}$

Response

Event destination deleted