[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

Delete Access Key

Description

Delete API keys when they are no longer used or as a way to stop the ingestion of log data from a source that uses the key

Request

Request

URL

URL


delete
https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}
Copy

Path Parameters

Path Parameters

string
keyId Required

keyId is equals to orgId and access key name separated by a hyphen For eg. If access key name and orgId is access_key_1 and test_org_id respectively then keyId is csp_org_id-access_key_1


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns string of type */*

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X DELETE https://{api_host}/vrlic/api/v1/resources/access-keys/{keyId}


[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Feedback

Was this page helpful?