API Reference
cURL
curl --request DELETE \ --url https://api.flatpeak.com/devices/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Accepted" }
Permanently deletes a device identifier.
Authenticate with bearer_token you obtained from /login endpoint.
bearer_token
FlatPeak device_id.
device_id
"dev_6563a6757360a6d6a628e839"
202 accepted
The response is of type object.
object
Was this page helpful?