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