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
componentIddouble or stringRequired
Component identifier

Request

request body
optionsobjectOptional
Options designating removal mode

Response

Response object
messagestring
Message denoting the status of the delete operation
dataobject
Project data as it is sent back from get and search endpoints
metadataobject

Errors

500
Internal Server Error