curl --request DELETE \
--url https://app.onlyfansapi.com/api/webhooks/{prefixed_id} \
--header 'Authorization: Bearer <token>'
Delete an existing webhook
curl --request DELETE \
--url https://app.onlyfansapi.com/api/webhooks/{prefixed_id} \
--header 'Authorization: Bearer <token>'
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
The ID of the prefixed.
The ID of the webhook
Successfully deleted