AplasAplas API Reference

Delete a component

DELETE
/index/{indexId}/component/{componentId}

Authorization

BearerAuth
AuthorizationBearer <token>

API authentication via Authorization: Bearer <your-api-key>. Obtain your API key from Config → API in the Aplas web app.

In: header

Path Parameters

indexId*string

The id of the containing index

componentId*string

The id of the component to delete

Response Body

*/*

curl -X DELETE "https://api.au.aplas.com/api/v2/index/id/component/id"
Empty
{
  "code": 500,
  "message": "Internal server error"
}