API Documentation
Components
Component Groups
Incident Updates
Incident Templates
Components
Delete Component
DELETE
/
components
/
{component}
Copy
Ask AI
curl --request DELETE \
--url http://localhost/api/components/{component} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
This response does not have an example.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The component ID
Response
204
No content
Copy
Ask AI
curl --request DELETE \
--url http://localhost/api/components/{component} \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.