Confirmed users
192
edits
mNo edit summary |
|||
| Line 66: | Line 66: | ||
'''DELETE /{queue_name}''' | '''DELETE /{queue_name}''' | ||
Deletes a given queue created by the App. | Deletes a given queue created by the App. When the param ''delete'' is set to ''false'', then | ||
the queue contents will be deleted, but the queue will remain registered. | |||
''' | |||
'''POST /{queue_name}''' | '''POST /{queue_name}''' | ||
| Line 78: | Line 75: | ||
Raises an error if the queue does not exist. | Raises an error if the queue does not exist. | ||
=== Clients === | === Clients === | ||