Skip to main content
DELETE
/
api
/
v1
/
school
/
report-settings
/
{id}
/
soft-delete
Soft delete a single record
curl --request DELETE \
  --url https://test-api.afrainity.com/api/v1/school/report-settings/{id}/soft-delete/ \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

A UUID string identifying this report settings.

Response

{key}
any