Skip to main content
DELETE
/
devices
/
{id}
Delete a device
curl --request DELETE \
  --url https://api.flatpeak.com/devices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Accepted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.flatpeak.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with bearer you obtained from authentication endpoint.

Path Parameters

id
string
required

Flatpeak device_id.

Example:

"dev_6563a6757360a6d6a628e839"

Response

202 accepted

message
string
Example:

"Accepted"