Skip to main content
DELETE
/
api
/
v1
/
event-subscriptions
Unsubscribe From Event
curl --request DELETE \
  --url http://localhost:8000/api/v1/event-subscriptions/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event_type": "local_seo"
}
'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

The schema used to delete an Event Subscription.

event_type
enum<string>
required
Available options:
local_seo,
meta_ads,
email_marketing,
website_seo,
website_analytics

Response

Successful Response

The response is of type Response Unsubscribe From Event Api V1 Event Subscriptions Delete · object.