Skip to main content
POST
/
v1
/
apikeys
/
{keyId}
/
delete
Delete API Key.
curl --request POST \
  --url https://api.runloop.ai/v1/apikeys/{keyId}/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

keyId
string
required

The API Key Id

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.

I