Delete Design Kit
DELETE/brand-boards/locations/:locationId/design-kits/:designKitId
Delete a design kit by ID
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
ID of the location that owns the design kit.
designKitId stringrequired
ID of the design kit to delete.
Success
- application/json
- Schema
- Example (auto)
Schema
deletedbooleanrequired
Whether the design kit was successfully deleted.
traceIdstring
Trace identifier for the request, useful for debugging and support.
{
"deleted": true,
"traceId": "019e4ef5-a65e-4198-8cf9-8e93dca9bda4"
}