Skip to main content

Deletes a mobile push credential

DELETE 
/mobile_push_credentials/:push_credential_id

Deletes a mobile push credential based on the given push_credential_id

Request

Path Parameters

    push_credential_id uuidrequired

    The unique identifier of a mobile push credential

Responses

204: The mobile push credential was deleted successfully

401: Unauthorized request

404: Resource not found

422: Unable to process request

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/mobile_push_credentials/:push_credential_id'

Response samples


{
"errors": [
{
"code": 10015,
"title": "Bad Request",
"detail": "has already been taken",
"source": {
"pointer": "/mobile_push_credentials",
"parameter": "application_name"
},
"meta": {
"url": "https://developers.telnyx.com/docs/overview/errors/10015"
}
}
]
}