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
- 200
- 400
- 401
- 500
Successfully completed bulk deletion operations
Invalid request data or validation errors
Authentication required - Invalid or missing OAuth2 token
Internal server error occurred during bulk deletion