Skip to main content
DELETE
/
user
/
api-keys
Delete API Key
curl --request DELETE \
  --url https://relytone.data.cloud/api/v1/user/api-keys \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

id
string
required

API key ID

consumerId
string

Consumer ID

Response

API key deleted successfully

I