Skip to main content
DELETE
/
v1
/
keys
/
{keyID}
Delete an API key
curl --request DELETE \
  --url https://ai.liara.ir/v1/keys/{keyID} \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345"

Path Parameters

keyID
string
required

The API key ID

Pattern: ^[a-f0-9]{24}$

Response