# Delete a APNs certificate Endpoint: DELETE /tenant/v0/apnscertificates/{id}/ Version: 1.0.0 Security: apiKey ## Path parameters: - `id` (string, required) ID of the APNs certificate meta object ## Response 204 fields (application/json): - `code` (integer) - `message` (string) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 404 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)