Skip to main content
DELETE
/
api
/
v1
/
school
/
comment-status
/
bulk-soft-delete
Bulk soft delete multiple records
curl --request DELETE \
  --url https://test-api.afrainity.com/api/v1/school/comment-status/bulk-soft-delete/ \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "count": 5
}

Authorizations

Authorization
string
header
required

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

Path Parameters

exam_session_pk
string<uuid>
required

Exam session UUID

session_pk
string<uuid>
required

Academic session UUID

Response

{key}
any