action getpostman_unpublish_mock { label: "Unpublish Mock" description: "This endpoint unpublishes the mock you have created 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}/unpublish" encoding: json output: { type: "object" properties: { mock: { type: "object" properties: { id: { type: "string" } } } } } }