POST
/
api
/
v2
/
phoneNumber
/
return
curl --request POST \
  --url https://api.vida.dev/api/v2/phoneNumber/return \
  --header 'Content-Type: application/json' \
  --data '{
  "number": "+12145551234"
}'
{
  "success": true,
  "message": "Success"
}

Authorizations

token
string
query
required

Vida API Token

Body

application/json
number
string
required

Phone Number to unassign from your account

Example:

"+12145551234"

Response

200
application/json
Successfully returned phone number
success
boolean
Example:

true

message
string
Example:

"Success"