DELETE

Delete Number Pool

Permanently deletes a number pool.

DELETEhttps://api.vantaxai.com/v1/number-pools/{pool_id}

Irreversible

Deleting a pool removes all of its memberships. The underlying phone numbers are not deleted and remain in your sub-account.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • pool_idstringrequired

    The pool to delete.

    example: pool_4c8e21

Request

curl -X DELETE https://api.vantaxai.com/v1/number-pools/pool_4c8e21 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Number pool deleted successfully"
}