ScanopyScanopy
Daemon API Keys

Delete daemon_api_key

DELETE
/api/v1/auth/daemon/{id}
Authorization<token>

User API key (Bearer scp_u_...). Create in Platform > API Keys.

In: header

Path Parameters

id*string

DaemonApiKey ID

Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://loading/api/v1/auth/daemon/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "meta": {
    "api_version": 1,
    "server_version": "0.13.5"
  },
  "success": true,
  "data": {},
  "error": "string"
}
{
  "success": true,
  "error": "string"
}