cURL
curl --request DELETE \ --url https://api.managem.co.uk/seller/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
Delete a webhook endpoint owned by the authenticated seller.
Use this endpoint to remove deprecated integrations, rotate to a replacement endpoint, or clean up unused environments.
Behavior notes:
Safe rollout guidance:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identifier of the webhook endpoint to delete
Webhook deleted