Skip to main content
DELETE
/
units
/
{id}
Delete unit
curl --request DELETE \
  --url https://app.azalt.co/api/v1/units/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "organizationId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response

id
string
required
name
string
required
organizationId
string | null
required