This use case allows you to delete a RepositoryAttribute, i.e. a LocalAttribute that is owned by yourself and whose shareInfo property is undefined.

Parameters

  • The attributeId of the RepositoryAttribute you want to delete.

On Success

  • The RepositoryAttribute will be deleted.
  • All predecessors of the RepositoryAttribute will be deleted.
  • If the RepositoryAttribute was succeeded, the succeeds property of the successor will be set to undefined.
  • If there are shared copies of the RepositoryAttribute or potential predecessors of it, the shareInfo.sourceAttribute of those own shared Attributes will be set to undefined.

On Failure

  • No Attribute can be deleted if you don’t have a LocalAttribute with given attributeId.
  • No Attribute can be deleted if the Attribute with given attributeId is not a RepositoryAttribute.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: