cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/faculty_activities/{id} \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "status": "<string>", "title": "<string>", "detail": "<string>" } ] }
Soft-deletes a faculty activity
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Faculty Activity UUID
Optional custom deletion reason
faculty activity deleted