AplasAplas API Reference

Delete a publication

DELETE
/publication/{publicationId}

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

publicationId*string

The id of the publication to delete

Response Body

*/*

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