AplasAplas API Reference

Purge a single connector folder

DELETE
/connector/{connectorId}/status/{folder}

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

connectorId*string

The id of the connector

folder*string

One of incoming, processing, completed, failed

Value in"incoming" | "processing" | "completed" | "failed"

Response Body

text/plain

*/*

curl -X DELETE "https://api.au.aplas.com/api/v2/connector/id/status/failed"
"All files in folder 'failed' for connector 'id' deleted"
{
  "code": 500,
  "message": "Internal server error"
}