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
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
Component Types Operations
POST
Create Component Type
PUT
Create Or Update Component Type
DELETE
Delete Component Type