DELETEDisponible

    Liberar número

    Operación autenticada de la API de BeepCall.

    https://app.beepcall.ai/api/user/phone-numbers/{id}

    Parámetros

    Authorization*headerBearer tokenClave de API de BeepCall.
    id*pathintegerIdentificador id.

    * Obligatorio

    Ejemplo de solicitud

    curl -X DELETE "https://app.beepcall.ai/api/user/phone-numbers/1" \
      -H "Authorization: Bearer YOUR_API_KEY"

    Respuesta

    json
    {
      "message": "Phone number released successfully. It will be removed at the end of the billing period."
    }

    Errores habituales

    400404500