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
Example response
{
"message": "action performed successfully",
"status": "success"
}