# Delete Application Delete the application with the specific application-id Endpoint: DELETE /hub/apps/{id} Version: 2025-08-18T18:01:56Z Security: api_key ## Path parameters: - `id` (string, required) Application ID Example: "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01" ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.app-id` (string) Deleted application ID - `result.message` (string) Message of successful deletion ## Response 400 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `error` (object) error body - `error.cause` (string) Cause of error - `error.message` (string) Error Message