delete https://example.com/auth/api/v1/users//devices/
Unpair a device from a user's device list
Log in to see full request history
Responses
200Successful response
Unpair a device from a user's device list
200Successful response
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/auth/api/v1/users/user_id/devices/device_id \
--header 'accept: application/json'
Try It!
to start a request and see the response here!