API ReferenceWebhooks
Delete a webhook
Unregister a webhook; no further deliveries will be attempted.
Authorization
ApiKey AuthorizationBearer <token>
API key in the format smcp_<64 hex chars>.
In: header
Path Parameters
id*string
Webhook ID
Response Body
application/json
application/json
curl -X DELETE "https://api.postato.com.br/v1/workspaces/{workspaceId}/webhooks/string"{
"success": true
}{
"error": "string",
"message": "string",
"details": null
}