v24

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

Remove the association of a phone from the phone API key.

You will need to login again to the httpSMS app on your Android phone with a new phone API key.

delete/phone-api-keys/{phoneAPIKeyID}/phones/{phoneID}

Path parameters

phoneAPIKeyIDstring required

ID of the phone API key

phoneIDstring required

ID of the phone

Response

No Content

messagestring required
statusstring required

Example response

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