Skip to main content

Bulk delete multiple attribute descriptions

DELETE 

/v2/attribute-descriptions/bulk

Delete multiple attribute descriptions in a single optimized operation.

This endpoint provides efficient bulk deletion for attribute descriptions:

  • Single Transaction: All deletions are processed in one database transaction
  • Performance: Significantly faster than deleting items individually
  • Connection Pool Friendly: Prevents connection pool exhaustion
  • Detailed Results: Returns individual success/failure status for each ID

Perfect for cleaning up large numbers of attribute descriptions or batch operations. The operation handles validation and provides detailed feedback for each ID in the request.

All attribute descriptions in the request are validated and deleted atomically where possible, with individual error reporting for any that fail.

Request

Responses

Successfully completed bulk deletion operations