Skip to main content
DELETE
Remove Webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
scope
enum<string>
required

Scope of a hook. Supported scopes are 'user_activity', 'user_reward' and 'referral'

Available options:
user_activity,
user_reward,
referral
hook_id
string
default:prod

Hook id used in hook creation (defaults to 'prod' if not provided)

Response

Webhook successfully removed.

success
boolean
Example:

true