Skip to content

Delete a APNs certificate

Request

Security
apiKey
Path
idstringrequired

ID of the APNs certificate meta object

cURL
curl -i -X DELETE \
  'https://develop-api.esper.io/_mock/openapi/tenant/v0/apnscertificates/{id}/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Deleted APNs certificate

Bodyapplication/json
codeinteger
messagestring
contentobject
Response
{ "code": 0, "message": "string", "content": {} }