Delete a subject

Permanently deletes a subject. Returns an error if the subject has associated courses.

Path Parameters
  • subject_id
    Type: string
    required

    Unique identifier of the subject.

Responses
  • 204

    Resource deleted successfully.

  • application/json
  • application/json
Request Example for delete/apis/subjects/subjects/{subject_id}
curl https://ff-business-school.fullfabric.cloud/apis/subjects/subjects/507f1f77bcf86cd799439011 \
  --request DELETE \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body