action getpostman_delete_mock { label: "Delete Mock" description: "This endpoint allows you to delete an existing mock using its `uid`.\n\n> Requires API Key as `X-Api-Key` request header or `apikey` URL query parameter." provider: getpostman method: DELETE path: "/mocks/{mock_uid}" encoding: json output: { type: "object" properties: { mock: { type: "object" properties: { id: { type: "string" } uid: { type: "string" } } } } } }