# Delete a category bundle assignment

Endpoint: DELETE /catalogs/{catalogID}/categories/{categoryID}/bundleassignments/{bundleID}
Version: 1.0.445.36017
Security: OAuth2

## Path parameters:

  - `catalogID` (string, required)
    ID of the catalog.

  - `categoryID` (string, required)
    ID of the category.

  - `bundleID` (string, required)
    ID of the bundle.

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
