cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/faculty_activities/{faculty_activity_id}/files/{file_key} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Removes a specific file from a faculty activity using the file’s unique identifier
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
File removed