API ReferenceHooks
Back to PlatformDELETE /hooks/subscriptions/{id}
DELETE operation for /hooks/subscriptions/{id}
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X DELETE "https://dev-rest.onboard.io/hooks/subscriptions/string"{
"id": 1,
"target": "https://example.com",
"event_type": "map-created",
"version": "string",
"automatic_retry": true,
"created_at": "2021-01-01T00:00:00Z",
"description": "string",
"is_enabled": true,
"is_salesforce": true,
"is_hubspot": true,
"custom_field": "string"
}Empty
Empty
Empty
How is this guide?