DELETE
/
notification
/
delete-device
curl --request DELETE \
  --url https://api.eka.care/notification/delete-device \
  --header 'Authorization: Bearer <token>' \
  --header 'device-id: <device-id>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token in the Authorization header for authentication.

Headers

device-id
string
required

The device ID of the device to be deleted.

Response

200
application/json
Successful response

The response is of type object.