Skip to main content
PATCH
/
api
/
v1
/
keys
/
{key}
/
revoke
Revoke secret key
curl --request PATCH \
  --url https://storage-service.iran.liara.ir/api/v1/keys/{key}/revoke \
  --header 'Authorization: <api-key>'
{
  "status": "<string>",
  "accessKey": "<string>",
  "secretKey": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

key
string
required

Response

successful operation

status
string
accessKey
string
secretKey
string