DELETE /phone_numbers/:id

Authorization Required
https://[your-subdomain].trackdrive.com/api/v1/phone_numbers/:id

Unrent a phone number.

Release (unrent) a phone number from your account, stopping any further billing for it. This fails if the number is still in use somewhere that prevents deletion.

Params

Param name Description
serializer
Optional Blank value allowed

This endpoint supports multiple response formats. Pass serializer=name to retrieve data in an alternate format.

  • Must be a value contained in the pick list:
    Acceptable ValueDescription
    numberDefault response format.
    number_gridModern response format that returns various foreign keys for use with other API endpoints.
id
Optional

This can be either the internal trackdrive id or the full phone number beginning with ‘+’
For example:
To find a number using trackdrive’s internal id pass id=185923
To find a number using the phone number pass id=+18005002562"

  • Must be a String