File size: 1,172 Bytes
26fca56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
	"info": {
		"_postman_id": "75a812d6-1091-4b90-9574-9726c8e127aa",
		"name": "Event_Scheduler",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "46285586",
		"_collection_link": "https://user-130337.postman.co/workspace/User's-Workspace~7437678a-b9a7-4293-800b-f9f22a3e898f/collection/46285586-75a812d6-1091-4b90-9574-9726c8e127aa?action=share&source=collection_link&creator=46285586"
	},
	"item": [
		{
			"name": "http://127.0.0.1:5000/events/6",
			"request": {
				"method": "DELETE",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"description\": \"Traveling Location - XYZ\",\r\n    \"end_time\": \"2025-07-01 11:00:00\",\r\n    \"id\": \"3\",\r\n    \"start_time\": \"2025-07-01 10:00:00\",\r\n    \"title\": \"Traveling with ABCD\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "http://127.0.0.1:5000/events/6",
					"protocol": "http",
					"host": [
						"127",
						"0",
						"0",
						"1"
					],
					"port": "5000",
					"path": [
						"events",
						"6"
					]
				}
			},
			"response": []
		}
	]
}