Skip to main content
DELETE
/
v0
/
component
/
{id}
Delete a component by id
curl --request DELETE \
  --url https://{hostname}.gable.ai/v0/component/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "success": true
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the component

Response

200 - application/json

Success response

success
boolean