cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/folders/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Deletes a folder following JSON:API specification
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Folder UUID
folder deleted