# Cancel a debug bundle process **DELETE /v1/debug/bundle/{jobid}** Cancel the debug bundle process with a given job ID. ## Servers - http://localhost:9644: http://localhost:9644 () ## Parameters ### Path parameters - **jobid** (string) UUID of the debug bundle job to cancel. ## Responses ### 204 Debug bundle process cancelled successfully. ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 403 Forbidden #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 409 Conflict #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 422 Format error #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. ### 500 Internal error #### Body: application/json (object) - **code** (integer) The error code. - **message** (string) Error message describing what went wrong. [Powered by Bump.sh](https://bump.sh)