Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
user_phone_number deleted
Deletes a user phone number
curl --request DELETE \
--url https://api.rootly.com/v1/phone_numbers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2a694bef-35a9-4d33-a89c-62a277ad7d01",
"type": "user_phone_numbers",
"attributes": {
"user_id": 561,
"phone": "+19709285836 x5977",
"primary": true,
"created_at": "2025-11-06T13:30:56.007-08:00",
"updated_at": "2025-11-06T13:30:56.133-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
user_phone_number deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/phone_numbers/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2a694bef-35a9-4d33-a89c-62a277ad7d01",
"type": "user_phone_numbers",
"attributes": {
"user_id": 561,
"phone": "+19709285836 x5977",
"primary": true,
"created_at": "2025-11-06T13:30:56.007-08:00",
"updated_at": "2025-11-06T13:30:56.133-08:00"
}
}
}