Check Deletable
POST /api/attributes/deletable
Checks whether each provided attribute ID can be safely deleted.
Authentication: Requires Bearer token.
Fields:
- ids (required): Array of attribute IDs to check (integers that exist in attributes table)
Request