Skip to main content

tools.ozone.queue.deleteQueue

#main

Delete a moderation queue. Optionally migrate reports to another queue.

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
queueIdinteger-ID of the queue to delete
migrateToQueueIdinteger-Optional: migrate all reports to this queue. If not specified, reports will be set to unassigned (-1).

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
deletedboolean--
reportsMigratedinteger-Number of reports that were migrated (if migration occurred)