Skip to content

Deletes bells for the current user

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": [
0
]
}

Responses

At least one of the bells was successfully deleted

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python