Skip to main content
DELETE
/
api-keys
/
{api_key}
Delete Api Key
curl --request DELETE \
  --url https://management-api.unomiq.com/api-keys/{api_key} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "deleted_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

api_key
string
required

Response

Successful Response

message
string
required
deleted_at
string
required