Skip to main content

Delete Device

This request deletes a device, targeted by secure ID.

delete /push/devices/{device_sid}

Sample

A sample DELETE request to delete a device, targeted by secure ID:

curl -X DELETE \
'https://api.carrierx.com/core/v2/push/devices/56d485ae-0693-421a-91eb-6b02b152573a' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

Required Scopes

To delete a Device object, the partner must have one of the following scopes enabled:

  • push.manage
  • push.delete

Path Arguments

ParameterData TypeDescription
device_sid requiredstringThe secure ID of the device to be removed.