PATCH

/api/keys/{id}

Revoke API key

Revokes an API key so it can no longer be used for authentication.

curl -s -X PATCH "$BASE/api/keys/$KEY_ID" \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
idstringY

Try it out

Path Parameters
/api/keys/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test