DELETE
Delete Device Slot
Permanently removes a device slot from your tenant organization.
HTTP Endpoint
DELETEhttps://api-wa.hidessh.com/api/v1/wa/devices/{deviceId}
Authentication
This endpoint requires Bearer authentication via your secret API Key.
| Header Key | Value | Required |
|---|---|---|
| Authorization | Bearer <your_api_key> | Required |
| Content-Type | application/json | Required |
Request Parameters
The request body must be formatted as JSON with the following parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
deviceId | string | Required | Device ULID to delete. example: 01M1WW3FKR1JS7CW4KGY78Q5ND |
Code Examples
request.sh
curl -X DELETE "https://api-wa.hidessh.com/api/v1/wa/devices/01M1WW3FKR1JS7CW4KGY78Q5ND" \
-H "Authorization: Bearer YOUR_API_KEY"Response Formats
Device removed.
application/json • 200 OK
On this page