cURL
curl --request DELETE \ --url https://relytone.data.cloud/api/v1/user/api-keys \ --header 'Authorization: Bearer <token>'
Delete the specified API key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key ID
Consumer ID
API key deleted successfully
Was this page helpful?