Delete Template Definition

Deletes a template definition.

End-point

DELETE /configuration/webTemplates/{objectType}/delete

Path Parameters

FieldDescription

objectType

Type of document. Possible values are map or topic.

Query String Parameters

FieldDescription

id

ID of the template to delete.

Possible Responses Statuses

HTTP StatusDescription

200

The operation completed successfully.

401

There is no session or the session is invalid.

Response Body

FieldTypeDescription

result

TemplateDefinition

Template definition that has been deleted.