Skip to content

Deletes a bell.

DELETE
/api/bells

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"ids": null
}

Responses

At least one of the bells was successfully deleted

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python