Delete a Webhook Settings by id
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Webhooks
Delete a Webhook Settings by id
Delete the specified a Webhook Settings by its id. This action is irreversible. Returns 404 if the entity is not found.
DELETE
/
v1
/
notifications
/
webhooks
/
settings
/
{id}
Delete a Webhook Settings by id
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/notifications/webhooks/settings/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"url": "<string>",
"enabled": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Was this page helpful?
⌘I