DELETE
/
library
/
{id}
cURL
curl --request DELETE \
  --url https://app.loadforge.com/api/v2/library/{id} \
  --header 'Authorization: Bearer <token>'
{
  "library_id": 456,
  "status": "Deleted"
}
Delete a library by ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200
application/json

OK

The response is of type object.