API Reference
cURL
curl --request DELETE \ --url https://api.flatpeak.com/devices/{id} \ --header 'Authorization: Bearer <token>'
Permanently deletes a device identifier.
Authenticate with bearer you obtained from authentication endpoint.
bearer
Flatpeak device_id.
device_id
"dev_6563a6757360a6d6a628e839"
202 accepted
"Accepted"
Was this page helpful?