diff --git a/src/test/postman/mil-terminal-registry.postman_collection.json b/src/test/postman/mil-terminal-registry.postman_collection.json index 8fd6f6e..b99c523 100644 --- a/src/test/postman/mil-terminal-registry.postman_collection.json +++ b/src/test/postman/mil-terminal-registry.postman_collection.json @@ -247,6 +247,46 @@ "description": "Returns a page of terminals" }, "response": [] + }, + { + "name": "Delete Terminal", + "event": [ + { + "listen": "test", + "script": { + "exec": [ + "pm.test(\"Status code is 204\", function () {", + " pm.response.to.have.status(204);", + "});", + "" + ], + "type": "text/javascript", + "packages": {} + } + } + ], + "request": { + "method": "DELETE", + "header": [ + { + "key": "RequestId", + "value": "{{requestId}}", + "description": "(Required) Request Id that will be logged by services" + } + ], + "url": { + "raw": "{{MIL_TR_BASE_URL}}/terminals/{{terminalUuid}}", + "host": [ + "{{MIL_TR_BASE_URL}}" + ], + "path": [ + "terminals", + "{{terminalUuid}}" + ] + }, + "description": "Returns a page of terminals" + }, + "response": [] } ], "auth": {