Delete IC Meeting
DELETE/v1/ic-meetings/:id
Deletes an IC meeting, archiving it to the deleted-meetings collection. The IC requests that were on its agenda are not deleted and keep pointing at the removed meeting — move them first with PATCH /v1/ic-requests/:id if they should land on another agenda.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
IC meeting deleted successfully
Invalid request parameters
Invalid or missing API key
IC meetings are not enabled for this organization, or the API key is read-only
IC meeting not found
Internal server error