Delete a profile role updates webhook subscription
Deletes a role transition webhook subscription. The endpoint will no longer receive notifications for this subscription.
Path Parameters
- Type: stringsubscription
_id requiredUnique identifier of the subscription.
Responses
- 204
Resource deleted successfully.
- application/json
- application/json
Request Example for delete/apis/profiles/roles/transitions/webhooks/subscriptions/{subscription_id}
curl https://school.fullfabric.cloud/apis/profiles/roles/transitions/webhooks/subscriptions/507f1f77bcf86cd799439011 \
--request DELETE \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body