v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
PhoneAPIKeys

Delete a phone API key from the database.

Delete a phone API Key from the database and cannot be used for authentication anymore.

delete/phone-api-keys/{phoneAPIKeyID}

Path parameters

phoneAPIKeyIDstring required

ID of the phone API key

Response

No Content

messagestring required
statusstring required

Example response

{
  "message": "action performed successfully",
  "status": "success"
}