Concrete resource

If you would like to hard delete a concrete room resource - e.g. chat, recordings, transcripts, summaries, then you need to execute a DELETE request to the concrete resource endpoint.

  • DELETE /rooms/:id/chat -> this will permanently delete all chat messages from the room

  • DELETE /rooms/:id/questions -> this will permanently delete all Q&A from the room

  • DELETE /rooms/:id/polls -> this will permanently delete all polls from the room

  • DELETE /rooms/:id/recordings -> this will permanently delete all recordings from the room

  • DELETE /rooms/:id/transcripts -> this will permanently delete all transcripts from the room

  • DELETE /rooms/:id/summaries -> this will permanently delete all summaries from the room

You can hard delete ALL room resources by executing one DELETE request to DELETE /rooms/:id/resources

Last updated