DeleteCommittee
Function: DeleteCommittee()
function DeleteCommittee(name): Promise<Response<void>>
Defined in: src/actions/committee.tsx:173
Deletes a committee with the specified name.
Parameters
name
string
The name of the committee to delete.
Returns
Promise<Response<void>>
- A promise that resolves to a response object indicating success or failure.