Delete Committee

This endpoint allows an admin user to delete a committee with a specified name.

DELETE
/Committee/DeleteCommittee
AuthorizationBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Query Parameters

name?string

The name of the committee to be deleted. This parameter is required and must not be empty. If the committee does not exist, an error will be returned.

Response Body

curl -X DELETE "https://loading/Committee/DeleteCommittee"
"string"
Empty
Empty
Empty