Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.arklow.io/v1/orgs/{org_id}/keys/{id} \ --header 'x-arklow-auth: <api-key>'
{ "data": { "id": "<string>", "org_id": "<string>", "member_id": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "description": "<string>" }, "errors": [ { "code": "<string>", "message": "<string>" } ] }
Delete an API key by its identifier.
Organization identifier
^[0-9]+$
API key identifier
Default Response
Show child attributes