DELETE
/
v1
/
projects
/
{id}
/
components
/
{project_component_id}
curl --request DELETE \
  --url https://api.edgee.app/v1/projects/{id}/components/{project_component_id} \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required
project_component_id
string
required

Response

200
application/json

The deleted Project Component

The response is of type object.