Remove a component from a project

Removes a component from a project.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

projectIdstringRequired
Project identifier
componentIddoubleRequired
Component identifier

Request

request body
optionsobjectOptional
Options designating removal mode

Response

Response object
messagestringOptional
Message denoting the status of the delete operation
dataobjectOptional
Project data as it is sent back from get and search endpoints
metadataobjectOptional

Errors

500
Internal Server Error