Skip to main content
DELETE
Delete event subscription

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Query Parameters

subscription_category
string
required

Event category to unsubscribe from.

Example:

"number"

Response

Returns a success confirmation. The event subscription is removed.

success
boolean
required

Indicates whether the request was successful.

Example:

true