Skip to main content

Check Attributes Deletable

POST 

/api/attributes/deletable

Checks whether each provided attribute ID can be safely deleted.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Fields:

  • ids (required): Array of attribute IDs to check (integers that exist in attributes table)

Requires permission: attributes.delete

Request

Responses

OK

Response Headers
    Content-Type