Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Account to apply operations to
Account to apply operations to
Response
204
successful operation
curl -X DELETE \
https://api.sakari.io/v1/accounts/{{ACCOUNT_ID}}/webhooks/{{URL_ENCODED CALLBACK_URL}} \
-H 'Authorization: Bearer {{TOKEN}}'
Delete subscription for receiving notifications
curl -X DELETE \
https://api.sakari.io/v1/accounts/{{ACCOUNT_ID}}/webhooks/{{URL_ENCODED CALLBACK_URL}} \
-H 'Authorization: Bearer {{TOKEN}}'
The access token received from the authorization server in the OAuth 2.0 flow.
Account to apply operations to
Account to apply operations to
successful operation