POST
/
webhook-subscriptions
/
unsubscribe
Unsubscribe from webhook events
curl --request POST \
  --url https://sandbox.deck.co/api/v1/webhook-subscriptions/unsubscribe \
  --header 'Content-Type: application/json' \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>' \
  --data '{
  "event_type_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
This response does not have an example.

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Body

List of event type GUIDs to unsubscribe from

The body is of type object.

Response

No Content