Delete Component Type

Delete Component Type

Deletes an existing component type by its objectId.

Request
URI
DELETE
https://{api_host}/composition-service/api/componenttypes/{objectId}
COPY
Path Parameters
string
objectId
Required

The objectId of the component type.

Query Parameters
string
Optional

The tenant owning the component type.


Responses
204

Component type successfully deleted.

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure

404

Component type not found.

Operation doesn't return any data structure