Skip to main content
DELETE
Delete Component

Authorizations

Authorization
string
header
required

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

Path Parameters

component_id
string
required

Component ID

Query Parameters

expected_current_version
integer | null

Optional compare-and-set guard on the current version

Body

application/json

Body for delete. Optional: a bodyless DELETE keeps working.

Delete also accepts the guard as an expected_current_version query param; this shape exists so the guard reads the same as on every other guarded component route instead of being silently ignored here.

guard
ComponentGuard · object | null

Optional compare-and-set guard

Response

Successful Response