βDeleting a Room
curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/room/:ROOM_GUID'Last updated
Example request:
curl -L -X DELETE 'https://<DOMAIN>/api/groups/xapi/room/:ROOM_GUID'Example response:
A successful delete operation will return 204 No Content without any body.
Last updated