For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete

Delete an API key by ID. The deleted API key must belong to the same workspace as the API key used to authenticate the request.

Request

curl https://api.warpstream.com/api/v1/delete_api_key \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{"api_key_id": "aki_007f0341_3ab3_457a_a513_2b2c9415582f"}'

Response

{}

Last updated

Was this helpful?