メインコンテンツへスキップ
POST
/
api
/
v0
/
service-accounts
/
{serviceAccountId}
/
api-keys
/
{keyId}
/
revoke
Revoke a service account API key
curl --request POST \
  --url https://api.factory.ai/api/v0/service-accounts/{serviceAccountId}/api-keys/{keyId}/revoke \
  --header 'Authorization: Bearer <token>'
{}

承認

Authorization
string
header
必須

Factory API key or JWT token for authentication

パスパラメータ

serviceAccountId
string
必須

Service account ID

Minimum string length: 1
keyId
string
必須

API key ID

Minimum string length: 1

レスポンス

Response for status 204

The response is of type object.