action authentiq_client_client_id { label: "Delete a client" description: "Delete a previously registered client.\n" provider: authentiq method: DELETE path: "/client/{client_id}" encoding: json input: { type: "object" properties: { client_id: { type: "string" } } required: ["client_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }