This documentation is built and maintained by the Flireo AI team to help you create, launch, and scale intelligent phone agents. Access the dashboard here.
curl --location --request DELETE 'https://api.flireo.nl/v1/assistants//phone-number' \
--header 'Authorization: Bearer <token>'{
"message": "Phone number unlinked successfully",
"data": {
"assistant_id": "b3a0271c-5834-40ff-bc5d-41ab5e39dfef",
"unlinked_phone_number": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"number": "+31201234567"
}
}
}