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"
}
'{}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"
}
'{}The access token received from the authorization server in the OAuth 2.0 flow.
The schema used to delete an Event Subscription.
local_seo, meta_ads, email_marketing, website_seo, website_analytics Successful Response
The response is of type Response Unsubscribe From Event Api V1 Event Subscriptions Delete · object.