cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/credits/line_items/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Deletes a specific credit line item
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Accept header
Credit Line Item UUID
credit line item deleted