Ana içeriğe atla
DELETE
/
units
/
{id}
Birimi sil
curl --request DELETE \
  --url https://app.azalt.co/api/v1/units/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "organizationId": "<string>"
}

Yetkilendirmeler

Authorization
string
header
gerekli

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

Yol Parametreleri

id
string
gerekli

Yanıt

Successful response

id
string
gerekli
name
string
gerekli
organizationId
string | null
gerekli