cURL
curl --request DELETE \ --url https://api.salvy.com.br/api/v1/virtual-phone-accounts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "reason": "unnecessary", "otherReason": "<string>" }'
"<any>"
Cancela um número virtual
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type any.
any