Webhooks
Delete webhook (REST)
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/webhooks/{webhookid}", "name" "delete webhook", "method" "delete", "request" { "pathparameters" \[ { "kind" "required", "name" "{organizationid}", "type" "number", "children" \[], "description" "the id of the brella organization you are trying to retrieve data from" }, { "kind" "required", "name" "{eventid}", "type" "number", "children" \[], "description" "the id of the brella event you are trying to retrieve data from" }, { "kind" "required", "name" "{webhookid}", "type" "number", "children" \[], "description" "the webhook id you are trying to delete" } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "brella api access token", "type" "string", "children" \[], "description" "your unique brella api key" }, { "kind" "required", "name" "accept", "type" "string", "children" \[], "description" "application/vnd brella v4+json" }, { "kind" "required", "name" "content type", "type" "string", "children" \[], "description" "application/json" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "psobomoj9uo00ibrqhmgp", "code" "{\n \\"data\\" {\n \\"id\\" \\"45\\",\n \\"type\\" \\"webhook\\",\n \\"attributes\\" {\n \\"name\\" \\"testing deletions\\",\n \\"enabled\\" true,\n \\"request url\\" \\"https //webh botnester com/hooked/catch/2999990teste3/123tesahmcnestah/\\",\n \\"request method\\" \\"post\\",\n \\"created at\\" \\"2023 04 12t20 03 49 247z\\",\n \\"updated at\\" \\"2023 04 12t20 03 49 247z\\",\n \\"webhookable type\\" \\"event\\",\n \\"webhookable id\\" 6100,\n \\"trigger item\\" \\"attendee\\",\n \\"trigger action\\" \\"updated\\"\n }\n }\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "wtc rn i26pylsjksuahc", "code" "curl location g request delete 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/webhooks/{webhookid}' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "wtc rn i26pylsjksuahc" }, "description" "list an existing webhook in a specific event", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } }