Tenant/Buckets

Delete a bucket from a product

Deletes a bucket (platform) from a product. Fails with 409 if the bucket still contains translation keys.

DELETE
/api/v2/products/{productId}/buckets/{id}

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Path Parameters

productId*string
Formatuuid
id*integer

Bucket (project_type) numeric id

Response Body

curl -X DELETE "https://example.com/api/v2/products/497f6eca-6276-4993-bfeb-53cbbbba6f08/buckets/0"
Empty
Empty
Empty
Empty
Empty
Empty