Skip to main content
DELETE
/
api
/
v2
/
orders
/
webhooks
/
{webhookId}
cURL
curl -X DELETE https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

API Key for external client access

Path Parameters

webhookId
integer
required

Webhook ID

Response

Deleted successfully

data
any | null

Response data (null if no data)