action id4i_delete_api_key { label: "Delete API key" description: "Deletion of an API key." provider: id4i method: DELETE path: "/api/v1/apikeys/{key}" encoding: json input: { type: "object" properties: { key: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }