Skip to main content
DELETE
/
webhooks
/
{id}
Unsubscribe
curl --request DELETE \
  --url https://formitto.com/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.formitto.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

A Formitto API key created in the dashboard (Settings → API keys). Pass it as Authorization: Bearer fmt_live_....

Path Parameters

id
string
required

The subscription id.

Response

Deleted. No content.