DELETE
/
api
/
webhooks
/
{prefixed_id}
curl --request DELETE \
  --url https://app.onlyfansapi.com/api/webhooks/{prefixed_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.

Path Parameters

prefixed_id
string
required

The ID of the prefixed.

webhook_id
string
required

The ID of the webhook

Response

204

Successfully deleted

DELETE
/
api
/
webhooks
/
{prefixed_id}
curl --request DELETE \
  --url https://app.onlyfansapi.com/api/webhooks/{prefixed_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.

Path Parameters

prefixed_id
string
required

The ID of the prefixed.

webhook_id
string
required

The ID of the webhook

Response

204

Successfully deleted