Skip to main content
Version: v3New

Delete Design Kit

DELETE 

/brand-boards/locations/:locationId/design-kits/:designKitId

Delete a design kit by ID

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

ID of the location that owns the design kit.

designKitId stringrequired

ID of the design kit to delete.

application/json

Success

Schema
    deletedbooleanrequired

    Whether the design kit was successfully deleted.

    traceIdstring

    Trace identifier for the request, useful for debugging and support.