curl -X POST https://api.magpipe.ai/functions/v1/release-phone-number \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"number_id": "a1b2c3d4-5678-9012-3456-789012345678"}'
{
"success": true,
"phone_number": "+16045551234"
}
Release a phone number from your account
curl -X POST https://api.magpipe.ai/functions/v1/release-phone-number \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"number_id": "a1b2c3d4-5678-9012-3456-789012345678"}'
{
"success": true,
"phone_number": "+16045551234"
}
curl -X POST https://api.magpipe.ai/functions/v1/release-phone-number \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"number_id": "a1b2c3d4-5678-9012-3456-789012345678"}'
{
"success": true,
"phone_number": "+16045551234"
}