[DELETE] /webhooks/<webhook-id>

Delete an existing webhooks subscription by using the /webhooks/<webhook-id> REST API to stop receiving real-time event notifications from Farcaster by providing the webhook ID.

NameTypeDescription

Authorization

String

The AIrstack API key.

URL Parameter

webhook-id

String

Provide webhook ID of the webhooks you would like to delete.

Success Response (Status 200)

NameTypeDescription

message

String

Success message declaring successful deletion of webhooks

status

Boolean

true

Fail Response (Status 400)

NameTypeDescription

message

String

Success message declaring successful deletion of webhooks

status

Boolean

false

authentication

Empty object {}

Last updated