Delete an outbound webhook endpoint
curl --request DELETE \
--url http://localhost:3001/v1/outbound-webhook-endpoints/{outboundWebhookEndpointId}{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}๐ก Outbound Webhooks
Delete an outbound webhook endpoint
DELETE
/
v1
/
outbound-webhook-endpoints
/
{outboundWebhookEndpointId}
Delete an outbound webhook endpoint
curl --request DELETE \
--url http://localhost:3001/v1/outbound-webhook-endpoints/{outboundWebhookEndpointId}{
"id": "<string>",
"organizationId": "<string>",
"name": "<string>",
"url": "<string>",
"subscribedEvents": [
"<string>"
],
"hasSigningSecret": true,
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Headers
Minimum string length:
1Minimum string length:
1Path Parameters
Minimum string length:
1Response
Default Response
Available options:
active, disabled, deleted Available options:
true โI
