ProjectComponents
Delete an ProjectComponent
Deletes an existing Project Component.
DELETE
/
v1
/
projects
/
{id}
/
components
/
{project_component_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredproject_component_id
string
requiredResponse
200 - application/json
object
string
String representing the object’s type. Objects of the same type share the same value.
id
string
This is the internal ID for this object. You don’t need to record this information, since you will not need to use it.
deleted
boolean
If the object has been deleted, the value is true. If the object has not been deleted, the value is false.