Skip to main content

Delete Application

This request deletes an application, targeted by secure ID.

delete /push/applications/{application_sid}
warning

Note that deleting an application will remove the device where it has been installed.

Sample

A sample DELETE request to delete the application, targeted by secure ID:

curl -X DELETE \
'https://api.carrierx.com/core/v2/push/applications/8b03edc1-5378-4c4e-a480-9015206089dc' \
-H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda'

Response

204 status code with an empty body.

Required Scopes

To delete an Application object, the partner must have one of the following scopes enabled:

  • push.manage
  • push.delete

Path Arguments

ParameterData TypeDescription
application_sid requiredstringThe secure ID of the application to be removed.