This use case allows you to delete a RelationshipTemplate.

Parameters

  • id of the RelationshipTemplate that should be deleted.

On Success

  • The RelationshipTemplate is deleted locally.
  • If isOwn of the RelationshipTemplate is true, the RelationshipTemplate will be deleted from the Backbone, too.

On Failure

  • No RelationshipTemplate can be deleted if there is no RelationshipTemplate that corresponds to the given id.

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: